home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Util / D-De / DDI / MS 1.7 / Utilities Folder / MS Guide - Text Files / MS Tutorial Txt < prev   
Encoding:
Text File  |  1989-04-07  |  25.4 KB  |  370 lines  |  [TEXT/ttxt]

  1.  
  2. MASTERSTROKES TUTORIAL
  3. Before using this tutorial, you must have MasterStrokes installed by following the directions specified in the Installation Guide.  If you have MasterStrokes installed, open MacWrite, Microsoft Word, FullWrite Professional, Word Perfect or some other word processor so you may follow along with the examples presented.
  4.  
  5. Before describing how macros are created and assigned, let’s take a brief look at how MasterStrokes macro files are organized.
  6.  
  7. MASTERSTROKES MACRO FILES
  8. There can be two different macro files operating at any given moment:  The “Current” macro file and the “Universal” macro file.
  9.  
  10. The “Current” file is the macro file created for a specific application.  Its name is derived from its auto-loading feature assuming all of the conditions for auto-loading are met.  If this application-specific file is named just like the application with “-101” suffix (in reference to the MAC-101 keyboard),  it will be activated automatically when you open the application.  For example, if you have a macro file named “MacWrite-101” in the Macro Folder, this will be the “Current” macro file whenever you open MacWrite. In addition,  auto-loading of the Current macro file requires the macro file to be stored in a folder labeled “Macro Folder” and the Macro Folder not be stored inside another folder.
  11.  
  12. JUST A REMINDER:  AUTO-LOADING OF APPLICATION-SPECIFIC MACRO FILES OCCURS AUTOMATICALLY WHEN YOU OPEN THE APPLICATION.  THE MACRO FILE MUST BE NAMED EXACTLY LIKE THE APPLICATION WITH A "-101" SUFFIX (NAMED AUTOMATICALLY FOR NEW MACRO FILES) AND RESIDE IN A FOLDER NAMED "MACRO FOLDER."  THE MACRO FOLDER CANNOT RESIDE IN ANY OTHER FOLDER. 
  13.    
  14. The “Universal” file is a global macro file that is always in operation.  This file is designed to execute commands that are common among most Macintosh applications (like Save, Open and New) as well as the Special Functions for shutdown, reboot, window scrolling, etc. (see Universal File - Special Functions).  
  15.  
  16. Obviously, if two macro files can be active simultaneously, one must take precedence over the other.  In such cases, the Current macro file (or any open macro file) takes precedence over the Universal file.   For example,  if F1 is assigned as Command-S (Save) in the Universal File and is also assigned as Command-P (Print) in the Current File, pressing F1 will execute the Print command.  
  17.  
  18. If you have MacWrite or Microsoft Word opened, there will be a Current MasterStrokes macro file active that is specific to either application.  
  19.  
  20. • Press F15 to display the Keyboard Definition screen
  21.  
  22. This is the macro file we’ve created and is ready to use.  However,  for the purpose of following along with this tutorial, you’ll be instructed to create a new macro file so the supplied original remains intact.
  23.  
  24. • Press F15 or click the Close button on the Keyboard Definition screen
  25.  
  26. CREATING A NEW MACRO FILE
  27. MasterStrokes macro files are created or opened by pressing the Option+F15 set of Hot Keys to present the macro file menu dialog box.  If a Current macro file is already active, this same Hot Key combination will close the Current file.
  28.  
  29. • Press Option+F15 to close the Current macro file
  30.  
  31. • Press Option+F15 again to open the macro file menu dialog box
  32.  
  33. Current Application File    – This button will be active only when there is present in the Macro Folder, a macro file named precisely as the open application followed by “-101”. Clicking this button will open this macro file.
  34.  
  35. Universal File:   Clicking this button will open the Universal macro file and allow you to make function key assignments by pressing the Keyboard Definition and Mouse Assignments Hot Keys.
  36.  
  37. New:    Clicking this button brings up the standard filename dialog box.  The filename will already match the open application if a Current macro file does not already exist.  After naming the macro file, clicking the create button will load this new file into memory.  You may now access the Keyboard Definition and Mouse Assignment displays for this new macro file by pressing the appropriate set of Hot Keys.
  38.  
  39. Open:    Clicking this button will open the macro file that is high-lighted in the file menu.  The Open command is also executed by double-clicking any macro file listed in the menu.
  40.  
  41. Cancel:    Closes the file menu box.
  42.  
  43. To follow our tutorial:
  44.  
  45. • Click the New button to present the filename dialog box
  46.  
  47. • Type the filename “Tutorial-101”
  48.  
  49. • Click the Create button
  50.  
  51. The new macro file Tutorial-101 is now active and ready for assignment.
  52.  
  53. NOTE: WHEN YOU ARE USING AN APPLICATION WHICH DOES NOT YET HAVE A "CURRENT" (I.E., APPLICATION-SPECIFIC) MASTERSTROKES MACRO FILE, THE NEW MACRO FILE WILL AUTOMATICALLY BE NAMED IN THE FILENAME DIALOG BOX.
  54.  
  55. CREATING MACROS IN KEYBOARD MODE
  56. The Keyboard Definition display is primarily used for assigning program keyboard commands to MAC-101’s function keys.  It is also where pre-existing macros, including both keyboard assignments and mouse recordings are edited and printed as a hardcopy listing.  To bring up the Keyboard Definition screen:
  57.  
  58. • Press the F15 key
  59.  
  60. Function Key button:     click here for assigning keyboard commands to a funtion key.
  61.  
  62. Glossary button:    click here for assigning boilerplate text to an             abbreviated keyboard entry.
  63.  
  64. Entry box:   where you enter (1) the function key, or modified function key (i.e., shift, command, option + function key) to which you want to assign keyboard commands; or (2) the abbreviation used to call up boilerplate text in glossary mode. 
  65.  
  66. Label box:  where you enter a label to reference the function key or         glossary assignment.  This label will appear in the Key Assignments box and print-out.
  67.  
  68. Definition box:   where you enter (1) the actual keyboard command that you will assign to the function key entered in the Entry box; or (2) the boilerplate text that you wish to have called up upon typing the abbreviation that’s entered in the Entry box in glossary mode. This is also where you do all editing of existing keyboard assignments and mouse recordings.
  69.  
  70. Key Assignments: where the macro filename appears along with the list of function key and glossary assignments. 
  71.  
  72. Assign button:       clicking here assigns the function key or glossary         assignment made in the Entry box.  The assignment will now appear in the Key Assignments box.
  73.  
  74. Edit button:  used for editing an assignment. Click to highlight the listing in the Key Assignments box and then click the Edit button.  The assignment will appear in the Entry, Label and Definition fields. Click the field you wish to edit and re-enter the function key, glossary abbreviation, label or         keyboard command. Simple, single-click macro recordings, such as choosing a single item from a pull-down menu cannot be edited and must be changed by re-recording. (Therefore, highlighting this type of assignment in the Key Assignments box will not render the Edit button clickable.)
  75.  
  76. Remove button:   used for deleting an assignment.  Click to highlight the assignment in the Key Assignments box and then click the Remove button to delete the entry.
  77.  
  78. Paste button:   used for pasting text into the Definition box from the clipboard that you wish to use as part of a macro.
  79.  
  80. Help button:   brings up help screens to assist you with using MasterStrokes.
  81.  
  82. Close button:   used to close the Keyboard Definition display. Pressing the Keyboard Hot Key (F15) will effect the same results.
  83.  
  84. MODIFIED CHARACTER DISPLAYS
  85. The modified characters in both the Entry and Definition boxes are listed below.  Combining Shift, Command, Option and Control (SE and Mac II models only) with MAC-101’s fifteen function keys offers you more keys for assigning than you will probably require for any single application.
  86.  
  87. • With the cursor flashing in the Entry box, press the following key combinations to see how the characters are displayed:
  88.  
  89. Note that the Numeric Keypad can be used for assignment in two different ways: as a standard Numeric Keypad entry ( keypad symbol + 7  ) or as a numeric keypad entry in Window Lock mode (w7 ).  The latter is activated by pressing Right Option (Right Control for SE and Mac II models) and the Clear key simultaneously (see Universal File – Special Functions). 
  90.  
  91. Numeric pad entries are designated with a numeric pad symbol followed by the number entered.  In Window Lock mode, these same keys are represented by a w with subscript for the number entered.  Window Lock keys are generally used for window control functions such as scrolling and zooming, however, they are really no more than another set of assignable function keys.  
  92.  
  93. • With the cursor blinking in the Entry box, press any of the Numeric Pad keys.
  94.  
  95. To put the Numeric Pad in Window Lock mode:
  96.  
  97. • Press Right Option + Clear (Rt Control + Clear on SE & Mac II) to toggle on the Window Lock light
  98.  
  99. • Now press the Numeric Pad (or better, the Window Lock) keys 
  100.   
  101. ASSIGNING KEYBOARD COMMANDS TO THE FUNCTION KEYS
  102. With the Keyboard Definition screen displayed and the cursor blinking in the Entry box, assign F1 to the function “Find”:
  103.  
  104. • Press the F1 key
  105.  
  106. • Tab to the Label field
  107.  
  108. • Type “Find”
  109.  
  110. • Tab to the Definition field
  111.  
  112. • Hold down the Command key and type F
  113.  
  114. • Click the Assign button
  115.  
  116. The F1 assignment now appears in the Key Assignments list. 
  117.  
  118. Congratulations! You have just  created your first MasterStrokes macro!   
  119.  
  120. Assigning commands to modified function keys is just as simple.  With the cursor blinking in the Entry field:
  121.  
  122. • Press Shift+F1 
  123.  
  124. • Tab to the Label field
  125.  
  126. • Type “Go To”
  127.  
  128. • Tab to the Definition field
  129.  
  130. • Press Command + G and click the Assign button
  131.  
  132. The Shifted F1 assignment is now listed.  To test your macro assignments:
  133.  
  134. • Press F15 or click the close button to close the Keyboard Definition screen
  135.  
  136. • Press F1 to present the “Find” dialog box
  137.  
  138. • Click Cancel (or press ESC)
  139.  
  140. • Press Shift+F1 to present the to “Go To Page” dialog box
  141.  
  142. • Click Cancel (or press ESC)
  143.  
  144. That’s all there is to it!  You have successfully programmed your first set of macros!  
  145.  
  146. ASSIGNING TEXT OR PHRASES IN TEXT MODE
  147. Another mode for keyboard macro assignment in MasterStrokes is Glossary.  This mode is selected by clicking the Glossary radio button in the Keyboard Definition display.  
  148.  
  149. Glossary mode provides for the assignment of boilerplate text and phrases to a one or two character abbreviation;  when you type the abbreviation, preceded and followed by a space,  the called-up text string replaces the abbreviation in your document.  While you can  assign text to a function key (in Function Key mode), typically you would use the function keys to execute keyboard commands, macro recordings and the like.  Glossary mode is designed specifically for calling up boilerplate text from typed abbreviations.  Try the following example:
  150.  
  151. • Press F15 to bring up the Keyboard Definition screen
  152.  
  153. • Click the Glossary button
  154.  
  155. • Type the abbreviation: dd  in the Entry Field
  156.  
  157. • Tab to the label field and type:  DataDesk
  158.  
  159. • Tab to the Definition field and type
  160.  
  161. "DataDesk International - makers of the world’s finest keyboards"
  162.  
  163. • Click the Assign button  
  164.  
  165. The abbreviation and label appear in the Key Assignments box.
  166.  
  167. • Close the Keyboard Defintion screen by pressing F15
  168.  
  169. • Type in your word processing document as you normally would, and at some point enter the dd  abbreviation (surrounded by spaces)  The phrase will be called up instantly
  170.  
  171. Use caution when choosing abbreviations, making sure not to use common two-letter words such as “at” or “to.”  Also make certain that the text string that is to be called up does not contain the abbreviation surrounded by spaces;  in our example, if we had written “dd” in the Definition field instead of DataDesk, the execution of the glossary function in our document would result in an endless loop.  In other words, as soon as the phrase was called up by typing “dd,” MasterStrokes would see another “space-dd-space” in the phrase, and call up the phrase again, and again, and again.
  172.  
  173. Glossary is not limited to word processing.  You will find this feature very useful for many other types of programs, including spreadsheet and database applications.
  174.  
  175.  
  176. ASSIGNING MACROS IN MOUSE RECORD MODE.
  177. Mouse Record mode of MasterStrokes should be viewed as a “tape recording” of your mouse and keyboard actions.  In its simplest form, you can record the action of choosing an item from a pull-down menu and assigning it to a function key, recording only one click.  In more complex forms you can record the action of choosing a pull-down menu item, clicking radio buttons in dialog boxes, typing text, etc.   Assigning these multi-step mouse and keyboard actions to a single function key is tapping the true power of the MAC-101 and MasterStrokes.
  178.  
  179. Steps for Recording:
  180.  
  181. 1. Begin recording by pressing the Hot-Keys for Record Mode — Command+F15.  
  182.  
  183. NOTE:   YOU KNOW WHEN YOU HAVE STARTED RECORDING — THE POINTER TURNS INTO A MOUSE!  
  184.  
  185. 2. Use your Macintosh and mouse pointer as you normally would to record the sequence of actions you wish to assign to a function key.  Nothing is actually recorded until you begin using your mouse or keyboard.  Relax and take your time; your macro plays back at a high speed, regardless of the speed at which you recorded it. 
  186.  
  187. 3. End your recording by pressing the Record Mode Hot-Key — Command+F15.
  188.  
  189. 4. The Key Assignment Display appears for you to assign and label your recording.  Enter the key you wish to assign the recording to in the Function Key field, tab to the Label field and name the recording appropriately.  Your assignment will be listed in the Key Assignments box of the Keyboard Definition display (along with all of your other macros).  Recordings that are more complex than simple, single- click menu selections can be edited in the Key Assignments box.
  190.  
  191. IMPORTANT FACTS ABOUT MACRO RECORDINGS
  192. You should play back a macro in the same environment in which you recorded it.  If the recording doesn’t play back properly, check to make sure that you are in the same type of environment.  For example, if your page set up, tab settings, font, etc. are set up differently from when you made the recording, the play back will be different since the environment has changed.
  193.  
  194. Your macro should be designed to establish a certain condition or state before executing the macro.  The following example best illustrates this:
  195.  
  196. • Press Command+F15 to begin recording
  197.  
  198. • Choose Italic from the appropriate pull-down menu
  199.  
  200. • Press Command+F15 to end the recording
  201.  
  202. • Press F5 and Return twice. The recording is now assigned to F5.
  203.  
  204. • Test the recording by typing in your document.  Your characters should be italic.  Press F5 again to toggle off Italic.   
  205.  
  206. Now when you're typing, you can quickly press F5 to select or deselect Italic instead of having to detour to the mouse.  
  207.  
  208. You might want to assign F5 only to activate Italic and let's say F6 for Plain Text.  In this case your macro would include the creation of a particular “state” before activating Italic. 
  209.  
  210. • Press Command+F15 to begin recording
  211.  
  212. • With the “mouse” pointer, choose Plain Text
  213.  
  214. • Now choose Italic
  215.  
  216. • Press Command+F15 to end the recording and present the Key Assignment box
  217.  
  218. • Press the F5 key followed by Tab
  219.  
  220. • Label the recording “Italic”
  221.  
  222. • Press Return
  223.  
  224. • Press Return again to the “Replace exisiting macro” dialog box
  225.  
  226. • Press Command+F15 to begin recording
  227.  
  228. • Choose Plain Text
  229.  
  230. • Press Command+F15 to end the recording
  231.  
  232. • Press F6 followed by Return twice
  233.  
  234. You have now assigned F5 to Italic and F6 to Plain text.  Type away and see how quickly you can change styles using the function keys.
  235.  
  236. Establishing a standard state is also important when you record scrolling in a document or pull-down menu dialog box (i.e. Word’s font box in the Character menu display).  In such cases, begin your recording by dragging the scroll box to the top of the scroll bar to create a standard reference point and then click the scroll bar space, or the down arrow until you can select the item or area you wish.  Remember, scrolling is a variable activity and cannot be precisely timed.
  237.  
  238. NOTE: MOUSE RECORD MODE DOES NOT RECORD FULL DETAILS OF YOUR MOUSE MOTIONS.  TO SAVE MEMORY, MASTERSTROKES  RECORDS ONLY THE POINT AT WHICH YOU CLICK THE MOUSE AND THE POINT AT WHICH YOU RELEASE THE MOUSE FOR ANY SINGLE MOTION.
  239.  
  240. EDITING MACROS
  241. All macro editing takes place in the Keyboard Definition screen.  To edit a macro simply click to select the macro in the Key Assignments box and click the Edit button to display your original assignment in all of the fields. To change the function key, special key, or glossary abbreviation in the Entry field or their names in the Label field, simply click on the field and re-type.  
  242.  
  243. You may change the keyboard command, macro recording and/or glossary text by positioning the insertion pointer in the appropriate location, clicking the mouse and pressing Backspace to remove all or part of the entry.  
  244.  
  245. Mouse clicks made in Record mode are listed as mouse characters. Each mouse character represents one mouse click.  You delete mouse clicks by deleting the mouse characters as if they were commands or text.  
  246.  
  247. NOTE: IF CLICKING ON A PARTICULAR MACRO LISTING DOES NOT HIGHLIGHT THE EDIT BUTTON, THEN THAT PARTICULAR MACRO CANNOT BE EDITED.  THE MACRO IS PROBABLY THE RECORDING OF CHOOSING A PULL-DOWN MENU ITEM (I.E., A SINGLE-CLICK MACRO).  SUCH MACROS CANNOT BE EDITED AND CAN ONLY BE REPLACED.
  248.  
  249. UNIVERSAL MACRO FILE.
  250. The “Universal” file is a global macro file that is always active.  This file is designed to execute commands that are common among most Macintosh applications (like Save, Open and New) as well as the Special Functions for shut down, reboot, window scrolling, etc.   Assignments made in this file are always active so long as there isn’t an overriding assignment for the same key in the Current macro file.
  251.  
  252. The Universal file’s Keyboard Definition and Macro Recording screens are accessible when the Universal file is the “Current” or active macro file.  This is performed by opening the macro file menu dialog box and clicking the Universal File button:
  253.  
  254.  
  255. • Press Option+F15 to close the Tutorial-101 macro file
  256.  
  257. • Press Option+F15 again to present the macro file menu dialog box
  258.  
  259. • Click the Universal File button
  260.  
  261. The Universal macro file is now the Current file.
  262.  
  263. • Press F15 to bring up the Keyboard Definition display
  264.  
  265. Note that the macro filename “Universal” appears above the Key Assignments box.   Function key assignments and Macro Recordings are created for the Universal file in the same manner as the Current macro files.  These assignments are listed in the Key Assignments box and can be printed for quick reference by clicking the Print button. 
  266.  
  267. Universal File – Default Settings in the Key Assignments Box
  268. The default key assignments of the Universal file execute the most common operations for all Macintosh applications.   The default assignments can be easily changed and edited.  Also, if MasterStrokes is active the default assignments will be in effect even if there is no application-specific macro file open.
  269.  
  270. A list of the Universal File default settings are presented in the following table:
  271.  
  272. Function        Key Name                How Defined                    Description
  273.  
  274. PASTE                    Paste                        Cmd-V                                    Standard Mac Definition
  275. CUT                            Cut                                Cmd-X                                    Standard Mac Definition
  276. COPY                        Shift+Cut            Cmd-C                                    Standard Mac Definition
  277. HOME                        Home                         W7(Wind. Lock)        Scroll to Beginning of Text
  278. END                            End                                W1 (Wind. Lock)     Scroll to End of Text
  279. PAGE UP                Page Up                W9 (Wind. Lock)     Scroll One Screen Up
  280. PAGE DWN         Page Dwn            W3 (Wind. Lock)     Scroll One Screen Down
  281. CANCEL*            ESC                                Cmd . (period)            Standard Mac Definition
  282. UNDO*                    Shift+ESC            Cmd-Z                                    Standard Mac Definition
  283.  
  284. * Mac SE/II versions only.  
  285.  
  286. Also note that there is a new button in the Universal File Keyboard Definition screen:  The Functions button. Clicking and holding the Functions button presents a menu of special functions.
  287.  
  288. Universal File – Special Functions
  289. The Functions button of the Universal File Keyboard Definition screen gives you access to four Special Functions assignment displays.  Each display has a set of functions or operations that are assigned to Numeric Pad and Window Lock keys.  These special functions are operations that would normally require the mouse.  Even though the MAC-101’s Window Lock keys are used for most of the Special Functions default settings, they may be easily changed or substituted with a key(s) of your choice.  
  290.  
  291. Windows:    This selection allows you to assign keys to perform various window control functions, including Close, Zoom, Next and Last.
  292.  
  293. Scrolling:      This selection allows you to assign keys for window scrolling (i.e., moving the elevator), Page Up-Down and Home-End operations.  Typically, these functions are assigned to the MAC-101’s exclusive Window Lock Function keys (see the Default Settings of the Special Functions below).
  294.  
  295. Date: This selection allows you to assign keys to bring up the current date in two different formats automatically.
  296.  
  297. Launch:     This selection allows you to assign keys for automatic shut-down, rebooting or switching to another application in MultiFinder.
  298.  
  299. Default Settings of the Special Functions
  300. The Special Functions displays of the Universal File are “factory” preassigned but can be modified by simply clicking the field and typing in the key.  The Special Functions assignments can only be made and edited in the Universal File. As noted above, any key assignment made in an application macro file will override the same key assigned in the Universal File.
  301.  
  302. The Default Settings for each Special Functions display is listed below along with a brief description of what each function is used for:
  303.  
  304. Window
  305. Close        W5        Like clicking the close box on front window
  306. Zoom        W0        Like double-clicking the zoom box on front window
  307. Next        CmdNum/    Brings up the next window 
  308. Last        OptNum/    Brings up the window displayed prior to the front window
  309.  
  310. Scrolling
  311. Scroll Up        W8            Like clicking the scroll up arrow
  312. Scroll Dwn    W2            Like clicking the scroll down arrow
  313. Scroll Left    W4            Like clicking the scroll left arrow
  314. Scroll Rt        W6                Like clicking the scroll right arrow
  315. Pge Up                W9                Like clicking the space above the vertical scroll box
  316. Pge Dwn            W3                Like clicking the space below the vertical scroll box
  317. Pge Lft    CmdW4            Like clicking the space to the left of the horizontal scroll                                                                     box
  318. Pge Rt        CmdW6            Like clicking the space to the right of the horizontal scroll                                                 box
  319. Home                W7                    Go to beginning of document
  320. End                        W1                    Go to end of document
  321.  
  322. Date
  323. 6/3/88                                          CmdOpt+F13                        Date format as: m/d/yr
  324. June 3, 1988                        CmdOpt+F14                        Date format as: Month,  Date, Year
  325. Fri, June 3, 1988            CmdOptShift+F13        Abbrev. Day, Mth, Date, Yr.
  326. Friday, June 3, 1988   CmdOptShift+F14      Date format as: Day, Mth, Date, Yr. 
  327.                     
  328. Launch
  329. Reboot            CmdOptNum.(period)        Shutting down and restarting
  330. ShutDown    CmdOptNum0                            Shut Down 
  331. Switch            CmdNum*                                        Like clicking the MultiFinder icon to switch                                                                                                             applications.
  332.  
  333. NOTE: USE CAUTION WITH THE REBOOT AND SHUTDOWN FUNCTIONS SINCE THEY ARE EXECUTED WITHOUT SAVING YOUR CURRENT APPLICATION FILE. TYPICALLY THESE COMMANDS ARE USED AT THE FINDER LEVEL ONLY. 
  334.  
  335. Window Lock Mode
  336. As mentioned earlier, the Window Lock mode of the MAC-101 turns the eleven (11) number keys on the numeric keypad into an additional set of “function keys.”  Window Lock mode is activated by holding down the right Option key on the MAC Plus keyboard (Control key on the MAC II/SE keyboard) together with the Clear key.   This two-key combination toggles the numeric keypad in and out of Window Lock mode quickly and easily.   If the keyboard is in the Window Lock mode, the LED labeled Window Lock on the MAC-101 is illuminated.  
  337.  
  338. In Window Lock mode the MasterStrokes software displays the numeric keypad number with a “W” as a prefix to designate it as a Window Lock key (i.e., w1 indicates the numeric keypad's “1” key in Window Lock mode).  
  339.  
  340. Even though the Window Lock keys are pre-assigned for various Special Functions,  they are really no more than an additional set of assignable function keys.  You may assign the Window Lock keys to perform any function you desire.  Simply toggle-on Window Lock and enter the key you wish to assign in the Keyboard Definition screen's Entry box. 
  341.  
  342.  
  343.  
  344. REDEFINING THE HOT KEYS
  345. You can easily modify the Hot Keys default settings in the System Control Panel.  This also is where you deactivate MasterStrokes altogether should you ever need to.
  346.  
  347.     • Close the Keyboard Definition screen if it is open
  348.  
  349.     • Choose Control Panel from the Apple menu
  350.  
  351.     • Click the scroll down arrow of the program menu until the                                                                 MasterStrokes icon appears 
  352.  
  353.     • Click on the MasterStrokes icon
  354.  
  355. The control panel now displays the MasterStrokes Hot Key assignment  panel.  You see the following default setting:
  356.  
  357.     FILE                        Option+F15    Brings up macro file menu (also closes the Current                                                 macro file)
  358.  
  359.     KEYBOARD        F15        Brings up the Keyboard Definition display
  360.  
  361.     RECORD                Command+F15    Starts and stops macro record mode
  362.  
  363. To change a Hot Key assignment, simply click on the row of keys you wish to redefine. A box will appear surrounding the row of keys. Now type the new set of Hot Keys, using either Option and/or Command modifiers. The Option and Command keys will appear as being pressed if used as a modifier and not pressed if not used.  The third key is the actual Hot Key and is pressed while holding down the modifiers.  You may press any key on the MAC-101 as the Hot Key and it will be labeled accordingly in the Control Panel.  Be prudent in selecting Hot Keys,  as not to disable other important Macintosh functions.    
  364.  
  365. You may also deactivate MasterStrokes from the Control Panel by clicking on the push-button at the top of the display.
  366.  
  367. Close the Control Panel and your new Hot Key assignments are ready to go.
  368.  
  369.  
  370.